@font-face {
  font-family: "cairoFont";
  src: url(../fonts/Cairo-Regular.ttf);
}

body {
  font-family: "cairoFont", Arial, sans-serif;
  background-color: #fafafa;
}
a {
  color: #000;
  text-decoration: none !important;
}
button {
  background-color: transparent !important;
  color: #bf40bf !important;
  border-color: #bf40bf !important;
}
button:hover {
  background-color: #bf40bf !important;
  color: #fff !important;
}
.login {
  color: #bf40bf;
}
#top-meun .bg-light {
  background-color: #fff !important;
}
#top-meun .video-icon {
  background-color: #bf40bf;
  color: white;
  border-radius: 15%;
  padding: 0.25rem;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link {
  color: #fff;
  background-color: #bf40bf;
}
.modal .modal-header .close:hover {
  color: #bf40bf !important;
  background-color: transparent !important;
}
.card .card-icons {
  position: relative;
}
time {
  position: absolute;
  bottom: 20px;
  right: 10px;
  color: #fff;
  background-color: #000;
  padding: 2px;
  border-radius: 15%;
}
.card .fa-play {
  position: absolute;
  top: 43%;
  right: 41%;
  color: #2c3232c7;
  display: none;
}
.card:hover .fa-play {
  display: inline;
}
.card:hover {
  transform: translateY(-0.9%);
}
.card {
  transition: all 0.1s ease-in-out;
}
.card .card-title {
  height: 50px;
  overflow: hidden;
}
#top-meun .fa-bars {
  cursor: pointer;
}
.fa-instagram:hover {
  transition: 0s !important;
  color: #bf40bf !important;
}

.fa-whatsapp:hover {
  transition: 0s !important;
  color: #4fff19 !important;
}
.sidebar {
  position: fixed;
  z-index: 4;
  right: -17rem;
  transition: all 0.5s ease-in-out;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 90px;
}
.sidebar:hover {
  overflow-y: scroll;
}
.sidebar .purple {
  color: #bf40bf;
}
.sidebar .list-group-item:hover {
  background-color: #bf40bf;
  color: #fff;
}
.sidebar .list-group-item {
  width: auto;
}
.sidebar .list-group-item:hover .purple {
  color: #fff;
}
#wrap.toggled .sidebar {
  right: 0rem;
}
.sidebar::-webkit-scrollbar {
  background-color: rgb(230, 230, 230);
  width: 8px;
}

.layer {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
}
.search-icon {
  color: #bf40bf;
  cursor: pointer;
  padding: 15px 10px;
  position: absolute;
  top: 10px;
  left: 130px;
  display: none;
}
.search-icon:hover {
  color: #fff;
  background-color: #bf40bf;
}
.search-input {
  position: fixed;
  top: 70px;
  border: none;
  padding: 6px 23px;
  height: 60px;
  border-radius: 5px;
  background-color: #efeeee;
  display: none;
  z-index: 1;
}
.search-input:focus {
  background-color: #efeeee;
}

@media (max-width: 1140px) {
  .navbar .collapse .form-inline {
    display: none;
  }
  .search-icon {
    display: inline;
  }
}
@media (min-width: 1140px) {
  .search-input {
    display: none !important;
  }
}
